Drop the gdk_display variable from gdk
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Sep 2010 23:46:41 +0000 (19:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Sep 2010 23:46:41 +0000 (19:46 -0400)
commit0dcaad3a85137fee646847fed42c2072c2db7890
tree9e7ec5f3ab86da446afa2f04d194ed7075d330d3
parent001d16cb8777bdf260751e8dc25b0ef73649cd78
Drop the gdk_display variable from gdk

This was the last exported variable; it wasn't multihead safe,
and there's easy replacement with gdk_display_get_default().
Also drop the GDK_DISPLAY() macro which was just a wrapper around
the variable.
docs/reference/gdk/gdk3-sections.txt
gdk/gdk.symbols
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkglobals-x11.c
gdk/x11/gdkx.h
modules/other/gail/gailwindow.c